home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / bundle / Source / ScreenSaver.h < prev    next >
Text File  |  1995-06-12  |  197b  |  15 lines

  1.  
  2. #import <appkit/appkit.h>
  3. #import    "BouncingView.h"
  4.  
  5. @interface ScreenSaver:Object
  6. {
  7.     id                bouncingView;
  8.     DPSTimedEntry    timer;
  9.     BOOL            timerRunning;
  10. }
  11.  
  12. -    startScreenSaver;
  13. -    stopScreenSaver;
  14. @end
  15.